home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / midilang / repeatup.mpl < prev    next >
Encoding:
Text File  |  1996-02-06  |  695 b   |  43 lines

  1. #
  2. #
  3. #
  4. #    RepeatUp.mpl
  5. #
  6. #    An loop with increasing note
  7. #           Author           ID               Date
  8. #       ------------    -----------          ---------
  9. #       Serge Sibony    100417,2633          09/14/95
  10. #      
  11. #
  12. # This file is a mpl effect definition used by MidiLang
  13. #    MidiLang can be found at the MidiForum, in the
  14. #         Windows sound media library.
  15. #
  16. # This effect adds a 3 times loop to all notes you are playing
  17. # the notes added are going up and up
  18. #
  19. #
  20.  
  21. Label Main
  22.  
  23. Time+= 960
  24. Note+= 2
  25. outmidi
  26.  
  27. Time+= 960
  28. Note+= 2
  29. outmidi
  30.  
  31. Time+= 960
  32. Note-= 2
  33. outmidi
  34.  
  35.  
  36. End
  37.  
  38. descript a 2 beats loop
  39. descript with increasing note
  40.